Discuss and ask questions on NetApp's integrations with OpenStack, deployment and operations, and learn more about what's being developed in upcoming releases.
Discuss and ask questions on NetApp's integrations with OpenStack, deployment and operations, and learn more about what's being developed in upcoming releases.
Due to a hardware failure, one of the storage nodes in the HA cluster(Platform: A400) was successfully taken over by another node. Although the takeover process was completed without any problems, the OpenStack Manila service was unable to create new file shares. Storage platform: A400 Node name: node01 <<< Healthy node / Takeover mode Node name: node02 <<< Down node Manila-share.log Failed to configure Vserver.: manila.exception.NetAppException: Could not find eligible network ports on node node02 on which to create Vserver LIFs. Could not find eligible network ports on node node02 on which to create Vserver LIFs.\n']: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13001:Failed to check file or LUN copy operation status. Reason: "RPC: Couldn't make connection [from mgwd on node " node01" (VSID: -1) to mgwd at 169.254.xxx.xxx]". oslo_messaging.rpc.server manila.exception.NetAppException: Could not find eligible network ports on node node02 on which to create Vserver LIFs. Is this an issue with the ONTAP driver? How should it be resolved?
... View more
Hi, Experts, I wanna convert two old AFF A400/A800 demo units to ASA A400/A800 for future POC purpose(I understand this conversion is one way). Do you have operation guide or experience on that ? Rgds, Jackie
... View more
Hi, Experts, We met an issue when connect A800 to customer's openstack platform, customer uses iscsi protocol and self defined iqn format, but ONTAP just support standard iqn format. Customer can't change iscsi network. So any way to solve the issue ? Thanks for your adivce ! Rgds, Jackie
... View more
A Cinder volume corresponds to a file within the NFS share provided by a FlexVol.
The space is consumed when you write actual data in the Cinder volume.
ONTAP is not able to read the filesystem within the Cinder volume to tell if a block is in use or not, so removing a file inside the Cinder volume won't free space.
Only when you delete the Cinder volume, the corresponding file within the NFS share will be deleted, and the space will be reclaimed.
How do I enable trim(unmap / reclaim) when using the nfs cinder backend?
... View more